home *** CD-ROM | disk | FTP | other *** search
/ Virtual Top Model / Virtual Top Model - Disc 1.iso / modulos / mod-1.dxr / 00021_Inicializa presentación.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  310 b   |  15 lines

  1. on exitFrame
  2.   global nIdioma, nFinVideo
  3.   case nIdioma of
  4.     1:
  5.       set the movieTime of sprite 2 to 300
  6.       set nFinVideo to 1200
  7.     2:
  8.       set the movieTime of sprite 2 to 1490
  9.       set nFinVideo to 2390
  10.     3:
  11.       set the movieTime of sprite 2 to 2680
  12.       set nFinVideo to 3585
  13.   end case
  14. end
  15.